projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c8fd24
)
formatting of "# xl list -h" is off (due to missing \n)
author
Stefano Stabellini
<sstabellini@xensource.com>
Mon, 9 Aug 2010 16:05:51 +0000
(17:05 +0100)
committer
Stefano Stabellini
<sstabellini@xensource.com>
Mon, 9 Aug 2010 16:05:51 +0000
(17:05 +0100)
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/xl_cmdtable.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl_cmdtable.c
b/tools/libxl/xl_cmdtable.c
index 94e2cc996147d56aba1a789cfa74d7ec6b18a419..90125d9cd006ac1fef420d7a882ac8c2e2242475 100644
(file)
--- a/
tools/libxl/xl_cmdtable.c
+++ b/
tools/libxl/xl_cmdtable.c
@@
-35,8
+35,8
@@
struct cmd_spec cmd_table[] = {
&main_list,
"List information about all/some domains",
"[options] [Domain]\n",
- "-l, --long
Output all VM details
"
- "-v, --verbose
Prints out UUIDs",
+ "-l, --long
Output all VM details\n
"
+ "-v, --verbose Prints out UUIDs",
},
{ "destroy",
&main_destroy,